About the Demo
This simple example shows how to connect a
DBWebDataSource with a DataView so that the data can be filtered. The DataView's
RowFilter property is set to limit the view to specific rows. Whenever the filter
is changed, it is necessary to call DBWebDataSource's ClearSessionState() method
so that cached changes are removed. Otherwise, the data from the preceding filter
will be compared with the data from the current filter, resulting in unwanted
updates and possibly invalid Row Numbers.
Setup Information
Refer to AspSetup.htm, DBWebDemoSetupXML.htm, and DBWebDemoSetupDB.htm
in the demos\delphi.net\dbweb directory for setup and configuration information.
Running the Demo
- Start the IDE.
- Open this project.
-
Complete the steps from the Setup Informationsection
above.
- Compile the Applicaton (Project Menu, Compile all projects).
- Run the application with debugging (F9) or without debugging
(Shift+Ctrl+F9)